home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Science / proFit FPU 4.1.2 Demo / ProFit Help / ProFit Help.rsrc / PICT_2152_SYNTAX_ Procedures & functions.png < prev    next >
Portable Network Graphic  |  1993-05-27  |  72KB  |  816x1056  |  8-bit (256 colors)
Labels: bulletin board | dialog box | reckoner | sky | web site
OCR: Before the main part of your function or program, you can optionally define your own local procedures and functions. They can then be used like any of proFit's built in procedures and functions. The syntax for local procedure is: procedure name; begin any statement(s) see previous topic} end; The syntax for local function is: function name: type begin any statement(s) {see previous topic} name expression end: Its type can be any of extended double. real integer boolean.